[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ADEL()

    ADEL() deletes an array element.

Syntax

    ADEL(<array>,<expN>)

Argument

    <array> is the name of the array to delete an element from.

    <expN> is the position of the element to delete.

Returns

    There is no return value.

Usage

    The contents of the indicated array position are lost and all elements
    from that position to the end of the array are shifted up one element.
    The last position in the array then becomes undefined until a new value
    is assigned to it.

See Also: ACHOICE ACOPY ADIR AFIELDS AFILL AINS ASCAN ASORT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson